home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / changebar / changebar.bug < prev    next >
Text File  |  1994-04-21  |  5KB  |  99 lines

  1. %    Supported drivers sofar:
  2. %         dvitops           (James Clark)
  3. %         dvips             (Tom Rokicki)
  4. %         dvitoln03         (Brian {Hamilton Kelly})
  5. %         emTeX (dvidrv)    (Eberhard Mattes)
  6. %
  7. % change history
  8. %
  9. %       Revisions:
  10. %               Support for twosided.sty added. January, 1987.
  11. %
  12. %               Warning message added to indicate that another pass is
  13. %               required. May, 1987.
  14. %
  15. %               Converted to work with dvitops.  March 1990.
  16. %               Neil Winton (nwinton@axion.bt.co.uk)
  17. %
  18. %               Usage by several drivers SPQR spqr@uk.ac.soton.ecs
  19. %
  20. % v2.0 22-11-90 JLB  merged the original file with  Niel Winton's mods
  21. %        now supports both DVI2LN3 and DVItoPS specials. This introduces 
  22. %        one extra user-command, \device{<device>}. If he says \device{PS} 
  23. %        the PostScript \specials (DVItoPS by James Clark) will be used, 
  24. %        anything else gives the original LN03 \specials.
  25. %
  26. % v2.1 06-04-91 SPQR changed the \ifPS statements to be case
  27. %        statements which check the value of a counter called \driver@setup, 
  28. %        and issue specials accordingly. dvitops, dvips and LN03 are only
  29. %        drivers supported.
  30. % v2.2 07-03-91 JLB  Located all \specials in one place by defining
  31. %        the use of three new macros. Supplied a user command to select 
  32. %        the driver and added code to \document for initializing the 
  33. %        \special-macros.
  34. % v2.2a 08-03-91 JLB \ps@scale needs a different value for DVItoPS and DVIPS
  35. %        so moved initialization of it inside \setup@specials
  36. % v2.2b 08-03-91 JLB The definitions of the \connect macro needed extra
  37. %        \space commands, because its arguments can be control sequences.
  38. % v2.2c 08-04-91 JLB Removed use of \cb@beginSaves and \cb@saveBeginPoint
  39. %        because - it didn't work as specified
  40. %                - seemed unnecessary
  41. %                - broke PostScript support because of use of \xdef
  42. %        \cb@processActive now calls \cb@setBeginPoint instead of 
  43. %        \cb@saveBeginPoint. Left the code and comment in for now 
  44. %        until I'm sure this change doesn't break anything else...
  45. % v2.2d 30-4-91  EN  changed resolution dependent parameters in dvips 
  46. %        specials so it will work on any device using the device's resolution.
  47. %        Additionally added \newif\ifouterbars. \outerbarstrue will put 
  48. %        the bars to the outside of the pages.
  49. %        Without the twoside option this will give right hand side bars.
  50. %        The positioning of right edge changebars was off by \changebarsep, 
  51. %        this has been corrected also.
  52. %        I do not know if there are changes needed in other than Tom Rokicki's 
  53. %        drivers since this is the only one I can test.
  54. % v2.2e 13-6-91  JB  The documentation stated that the greylevel of the 
  55. %        changebar could be modified with the command 
  56. %        \setcounter{\changebargrey}{percentage}.
  57. %        This was a mistake, \changebargrey was allocated using \newcount 
  58. %        (always). Now modified to use \newcount for plain TeX and 
  59. %        \newcounter for LaTeX.
  60. % v2.2f 15-10-91 JB  Added support for the emTeX drivers, based on
  61. %        information from Eberhard Mattes about version 1.4j of the dvidrv
  62. %        program. Also started updating the documentation towards doc.sty
  63. %        standards.
  64. % v2.3  15-10-91 JB  Started merging this version of changebar.sty with
  65. %        version, dated 1988, distributed with DVItoLN03. This will eventually
  66. %        result in version 3.0, hopefully documented using doc.sty.
  67. %        Removed vain attempt to make file compatile with plain.
  68. % v2.4  16-10-91 JB Reduced the number of points defined to two per
  69. %        bar, removed the need for \cb@tempcnt while removing the problem
  70. %        with incorrect changebars across pageboundaries in PostScript
  71. %        mode. Also \ps@scale has been removed.
  72. % v3.0  14-nov-91 JB Completed converting the documentation to doc.sty
  73. %        format. Also solved the problem with bars appearing on the wrong
  74. %        side.
  75. % v3.1  02-07-93 JB Finally got round to include Erich Neuwirth's comments
  76. %    and made a new distribution. Erich corrected the placement of the
  77. %    bars and the conversion of the coordinates when DVIps (Rokicki)
  78. %    is used. Also included Hal Peterson's comments about spaces
  79. %    creeping into the output.
  80. % v3.1b 11-10-93 Spurious white space crept into footnotes because of
  81. %    a missing %-sign. Found by Norm Walsh <walsh@cs.umass.edu>.
  82. %       Fixe.
  83. %
  84. % Known problems
  85. %        - With PostScript a dictstack overflow seems to occur with
  86. %          many changebars. cb@maxpoint=20 seems to help
  87. %
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.